GET list of Clients with Search Query / Criteria
Retrieves the list of clients for the given search query/criteria. It performs numeric comparisons or string matching with the values of the item’s properties. Refer q parameter format of the System for Cross-Domain Identity Management (SCIM) specification, at https://tools.ietf.org/html/draft-ietf-scim-api-12.
Expressions must be URL encoded, characters such as the quotation mark (") should be escaped. SCIM also supports the logical operators AND, OR, and NOT.
Note: Only top level parameters can be used in query. Subresources parameters cannot be included. This means a client can be searched by client fixed and dynamic fields.
Resource/Request URI
http://server:port/PASService/rest/services//clients ?q=search term
Method
GET
Example
Example:.../clients? q=lastName sw "Sch" and firstName eq "Nancy"
|
.